Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SeriesDataCollection<T> Class / AddRange Method
The items.


In This Topic
    AddRange Method (SeriesDataCollection<T>)
    In This Topic
    Adds the range.
    Syntax
    'Declaration
     
    Public Overrides Sub AddRange( _
       ByVal items As IList(Of T) _
    ) 
    'Usage
     
    Dim instance As SeriesDataCollection(Of T)
    Dim items As IList(Of T)
     
    instance.AddRange(items)
    public override void AddRange( 
       IList<T> items
    )

    Parameters

    items
    The items.
    See Also